home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_63.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  388 b   |  18 lines

  1. on exitFrame me
  2.   global gConMan, gNeighborAnimateMan
  3.   if movieWaiting(gNeighborAnimateMan) then
  4.     if ClearToPlayQT() then
  5.       go(the frame + 1)
  6.     else
  7.       go(the frame)
  8.     end if
  9.     exit
  10.   end if
  11.   nextDecision = getCurDecision(gConMan)
  12.   if (nextDecision = #outdoorelement) or (nextDecision = #outdoorelements) then
  13.     go("OD_Features")
  14.   else
  15.     go("OD_Out")
  16.   end if
  17. end
  18.